LDAP Related Properties |
|
Property
|
Default Value
|
Description
|
---|---|---|
ldap.soap.processor.dn | cn=LDAP,cn=LDAP Service,cn=soap nodes,o=system,cn=cordys,cn=defaultInst,cn=mydomain.com | LDAP DN to use for the Service |
ldap.server | port=6366 | Represented as <host>:<port> where host is the hostname and port is the port the ldap server is listening on. |
ldap.root | cn=cordys,cn=defaultInst,cn=mydomain.com | DN represents the root DN of the LDAP server. |
ldap.multicast.timeout | 30000 | This property is applicable in load balancing and failover scenarios. |
ldap.multicast.port | 6366 | The port to multicast on; is the same as the port of the given LDAP server |
ldap.multicast.ip | multicast IP number | Specify a unique IP number to use for the multicast feature |
com.eibus.util.multicast.packet.size | 2048 | Set the size for multicast packets in bytes. |
bus.network.udp.ttl | 1 | Set the default TTL for multicast packets sent out on the multicast socket. |
bus.ldaprequest.timeout | 10000 milliseconds | |
bus.ldap.processor.user | cn=Directory Manager,cn=mydomain.com | The user to logon to LDAP. |
bus.ldap.processor.port | 6366 | The port that the LDAP Service connects to; the SSL option must be enabled. |
bus.ldap.processor.password | A password, base64 encoded | |
bus.ldap.processor.maximumnoofsearchresult | 2000 | |
bus.ldap.processor.host | The host on which the LDAP server is found. | |
bus.ldap.information.file | true | Setting the value to 'false' enables multicast for the bootstrap phase |
bus.ldap.cache.maxSize | 10000 | Represents the maximum cache size. |
Note By default multicast is not used anymore. When multicast is enabled it only is used in the bootstrap phase.